Pattern class¶
Defined in
Namespace: System.Reactive.Joins
Assembly: System.Reactive.dll
Full name: System.Reactive.Joins.Pattern<T1, T2, T3, T4, T5>
Modifiers: public
Summary¶
Represents a join pattern over five observable sequences.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class Pattern~T1,T2,T3,T4,T5~
class Pattern
Pattern <|-- Pattern~T1,T2,T3,T4,T5~
Inherits from: Pattern
Methods¶
| Name | Summary |
|---|---|
| And | Creates a pattern that matches when all six observable sequences have an available element. |
| Then | Matches when all observable sequences have an available element and projects the elements by invoking the selector function. |